Build graph of dependencies (calls) in javascript [on hold]
Posted
by
Maximus
on Programmers
See other posts from Programmers
or by Maximus
Published on 2013-11-13T08:11:03Z
Indexed on
2013/11/13
10:10 UTC
Read the original article
Hit count: 225
JavaScript
|refactoring
I'm new to a project and I see that everything is so interwoven that small changes here makes stuff break there. I'd like to refactor it and separate into modules. For that I'm going to need a tool that can build a graph of dependencies (calls) to visualize the connections. There are many tools like that for languages like C#, but I've found little information about the available tools for JavaScript. Has anyone done something like this? What tools have you used?
© Programmers or respective owner